На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:
общая лексика
выпускаемые продукты
общая лексика
устройство вывода
электронное или электромеханическое устройство, соединённое с компьютером и используемое для отображения данных, выводимых из компьютера
Смотрите также
вычислительная техника
анализ межотраслевых связей
математика
модель затраты - выпуск
In computer science, an output-sensitive algorithm is an algorithm whose running time depends on the size of the output, instead of, or in addition to, the size of the input. For certain problems where the output size varies widely, for example from linear in the size of the input to quadratic in the size of the input, analyses that take the output size explicitly into account can produce better runtime bounds that differentiate algorithms that would otherwise have identical asymptotic complexity.